func go/types.def

11 uses

	go/types (current package)
		universe.go#L76: 		def(NewTypeName(token.NoPos, nil, t.name, t))
		universe.go#L79: 		def(NewTypeName(token.NoPos, nil, t.name, t))
		universe.go#L86: 	def(NewTypeName(token.NoPos, nil, "any", &Interface{complete: true, tset: &topTypeSet}))
		universe.go#L105: 		def(obj)
		universe.go#L118: 		def(obj)
		universe.go#L134: 		def(NewConst(token.NoPos, nil, c.name, Typ[c.kind], c.val))
		universe.go#L139: 	def(&Nil{object{name: "nil", typ: Typ[UntypedNil], color_: black}})
		universe.go#L213: 		def(newBuiltin(id))
		universe.go#L224: 	def(newBuiltin(_Assert))
		universe.go#L225: 	def(newBuiltin(_Trace))
		universe.go#L250: func def(obj Object) {